home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 3
/
Light ROM 3 - Disc 2.iso
/
programs
/
amiga
/
imagefx
/
imagekit
/
imagekit.lha
/
ImageFX_SDK
/
sas
/
scanlib
/
lmkfile
< prev
next >
Wrap
Text File
|
1993-11-07
|
339b
|
18 lines
#
# Make scan.lib for SAS/C
#
.c.o:
LC -b0 -v -y $*
.asm.o:
A68k -iINCI: -o$*.o $*.asm
LIB = SDEV:sas/lib/scan.lib
OBJ = boolreq.o cprint.o crend.o cscan.o doraw.o errorf.o\
inforeq.o matcharg.o pickfromlist.o setresult.o threereq.o obtain.o\
sprintf.o macbin.o learn.o exc.o chunkizebm.o
$(LIB): $(OBJ)
OML $(LIB) R $(OBJ)